-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Omron Device Pairing #16
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
==========================================
+ Coverage 78.27% 79.06% +0.79%
==========================================
Files 56 39 -17
Lines 2144 1671 -473
==========================================
- Hits 1678 1321 -357
+ Misses 466 350 -116
Continue to review full report in Codecov by Sentry.
|
63411fc
to
d57297c
Compare
d57297c
to
20e37da
Compare
…ame editing functionality.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the work on the ENGAGE-HF app @Supereg! Great additions with Spezi Devices and all the work here! Very smooth integration.
I mainly had two API design comments that are nice to spot here in the integration, everything else looks great, only smaller comments.
ENGAGEHF.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Outdated
Show resolved
Hide resolved
# Fix beta deployment ## ♻️ Current situation & Problem There was one change accidentally checked in with #16. This PR reverts that to fix beta deployments. ## ⚙️ Release Notes * Fix beta deployments. ## ✅ Testing Verified in Xcode UI. ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
Amazing job with this PR @Supereg; great to see all the results in the ENGAGE-HF app! |
Introduce Omron Device Pairing
♻️ Current situation & Problem
This PR changes how we handle device interaction with Omron devices. Instead of continuously browsing for weigh scale and blood pressure devices in the environment, the user pairs with a specific Omron devices via the new Devices Tab. The devices tab shows all currently paired devices, their connection status (currently connected vs. last seen) and additional information like battery. Further, it provides customizability to name your devices.
⚙️ Release Notes
📚 Documentation
--
✅ Testing
Functionality is tested as part of the SpeziDevices package. Functionality was manually verified using real Omron devices.
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: